home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.rockwell < prev    next >
Text File  |  1994-08-01  |  2KB  |  50 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.rockwell,v 1.18 1993/09/27 11:12:01 sam Rel $
  2. #
  3. # Configuration for a Rockwell-based Class 2 modem.
  4. #    Boca M1440E        firmware V1.270 or newer
  5. #    Dallas Fax            (throw it away!)
  6. #    Hayes Optima 24+Fax96    firmware TR00-J260-001 XXX or newer
  7. #    SupraFAX v.32bis        firmware V1.200-C or newer
  8. #    Twincom 144/DF        firmware revision V1.200 or newer
  9. # (and others)
  10. #
  11. # This configuration file sets up the modem to run at 19.2 for
  12. # sending and for receiving.  XON/XOFF flow control is used on
  13. # the tty port.  RTS/CTS can be used by switching the flow control
  14. # setup, but beware of modems that do not support it during
  15. # facsimile operations.  Also beware that the adaptive-answer
  16. # facility, when supported, is usually unreliable.
  17. #
  18. # CONFIG: CLASS2: ROCKWELL*
  19. #
  20. CountryCode:        1        # USA
  21. LongDistancePrefix:    1
  22. InternationalPrefix:    011
  23. AreaCode:        415
  24. DialStringRules:    etc/dialrules
  25. FAXNumber:        +1.415.965.7824
  26. ServerTracing:        1
  27. SessionTracing:        11
  28. RecvFileMode:        0600
  29. LogFileMode:        0600        # private log files
  30. DeviceMode:        0600        # device is accessible only to uucp/fax
  31. SpeakerVolume:        off
  32. RingsBeforeAnswer:    1        # answer on first ring
  33. #
  34. ModemType:        Class2        # use class 2 interface
  35. ModemRate:        19200        # fax send is locked at 19.2
  36. #ModemResetCmds:    &F2        # what you want for a Supra
  37. # NB: enable this only if you're setup for dialins
  38. #GettyArgs:        "-h %l dx_%s"    # locked at receive rate (for SGI)
  39. #GettyArgs:        "std.%s -"    # locked at receive rate (for SunOS)
  40. ModemFlowControl:    xonxoff
  41. ModemFlowControlCmd:    &K4        # software flow control
  42. ModemSetupDTRCmd:    &D3        # DTR off causes modem to reset
  43. ModemSetupDCDCmd:    &C1        # DCD follows carrier
  44. ModemSetupAACmd:    +FAA=1        # enable in current class
  45. #
  46. ModemSendFillOrder:    LSB2MSB        # as expected
  47. ModemRecvFillOrder:    MSB2LSB        # opposite of what makes sense
  48. #
  49. ModemDialCmd:        DT%s@        # T for tone dialing, @ for silence
  50.